(sh-mode): Don't set mode-class property.
authorAndreas Schwab <schwab@suse.de>
Sat, 2 Aug 2003 20:08:49 +0000 (20:08 +0000)
committerAndreas Schwab <schwab@suse.de>
Sat, 2 Aug 2003 20:08:49 +0000 (20:08 +0000)
lisp/progmodes/sh-script.el

index 351d6e81c7b65b282e1d52d471ffbc752e1a9b68..341a0d179e7e6e2d432c50153a00c1c32ed941e4 100644 (file)
@@ -1227,9 +1227,6 @@ frequently editing existing scripts with different styles.")
 \f
 ;; mode-command and utility functions
 
-;;;###autoload
-(put 'sh-mode 'mode-class 'special)
-
 ;;;###autoload
 (defun sh-mode ()
   "Major mode for editing shell scripts.